mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 10:22:43 +03:00
windows: fixup for newer libloading
This commit is contained in:
parent
6b493ecd18
commit
a597803c13
@ -106,7 +106,7 @@ impl WglWrapper {
|
||||
}
|
||||
}
|
||||
|
||||
let lib = libloading::Library::new("opengl32.dll").map_err(|e| {
|
||||
let lib = unsafe { libloading::Library::new("opengl32.dll") }.map_err(|e| {
|
||||
log::error!("{:?}", e);
|
||||
e
|
||||
})?;
|
||||
|
Loading…
Reference in New Issue
Block a user