[GRAPHICS_RENDERER] Crash fix
This commit is contained in:
parent
dc063f74a1
commit
dfe9b1c4fe
4 changed files with 4 additions and 6 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
crate_type = ["dylib"]
|
||||
|
||||
[dependencies]
|
||||
winit = "0.26"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue