tirbofish/dropbear · diff
publish: publishing 0.1.0 slank to crates.io Unverified
@@ -4,6 +4,7 @@ package.edition = "2024" package.license = "MIT OR Apache-2.0" package.repository = "https://github.com/tirbofish/dropbear" package.readme = "README.md" +package.authors = ["Thribhu K <4tkbytes@pm.me>"] resolver = "3" members = [ @@ -73,8 +74,9 @@ rapier3d = { version = "0.32", features = [ "simd-stable", "serde-serialize" ] } cbindgen = { version = "0.29.2" } postcard = { version = "1.1"} pollster = "0.4" -yakui = { git = "https://github.com/SecondHalfGames/yakui", rev = "ddf7614" } -yakui-wgpu = { git = "https://github.com/SecondHalfGames/yakui", rev = "ddf7614" } +yakui = { git = "https://github.com/SecondHalfGames/yakui", rev = "af8fc1f" } +yakui-wgpu = { git = "https://github.com/SecondHalfGames/yakui", rev = "af8fc1f" } +yakui-winit = { git = "https://github.com/SecondHalfGames/yakui", rev = "af8fc1f" } thiserror = "2.0" tempfile = "3.24" combine = "4.6" @@ -1,15 +1,17 @@ [package] name = "slank" -version.workspace = true +version = "0.1.0" edition.workspace = true license.workspace = true repository.workspace = true readme = "README.md" +keywords = ["graphics", "shader", "slang", "wgpu", "vulkan"] +authors.workspace = true +description = "A build.rs slang shader compiler" [dependencies] wgpu = { workspace = true, optional = true } -thiserror.workspace = true tempfile.workspace = true anyhow.workspace = true @@ -21,11 +23,10 @@ download-slang = [] use-wgpu = ["wgpu/default", "wgpu/spirv"]
Large diffs are not rendered by default. Showing the first 50 of 279 lines. Show full diff