kitgit

tirbofish/dropbear · commit

220abb0a2dcca93020467e693ef1e48193a957da

publish: publishing 0.1.0 slank to crates.io Unverified

Thribhu K <4tkbytes@pm.me> · 2026-01-27 06:57

view full diff

diff --git a/Cargo.toml b/Cargo.toml
index dfaefea..4748b0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/crates/slank/Cargo.toml b/crates/slank/Cargo.toml
index 09ea073..7a19e95 100644
--- a/crates/slank/Cargo.toml
+++ b/crates/slank/Cargo.toml
@@ -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