1
0
Fork 0

[GRAPHICS_RENDERER] Crash fix

This commit is contained in:
Florian RICHER 2022-07-26 12:59:08 +02:00
parent dc063f74a1
commit dfe9b1c4fe
4 changed files with 4 additions and 6 deletions

View file

@ -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"