We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5457f51 commit ed59271Copy full SHA for ed59271
Native/dnclr/Cargo.toml
@@ -10,6 +10,7 @@ edition = "2021"
10
shared_dx = { path = "../shared_dx" }
11
util = { path = "../util" }
12
global_state = { path = "../global_state" }
13
+types = { path = "../types" }
14
15
[target.'cfg(windows)'.dependencies]
16
winapi = { version = "0.3", features = ["libloaderapi", "d3d9", "objidlbase",
0 commit comments