tirbofish/dropbear · diff
new branch, starting on typeshii
Signature present but could not be verified.
Unverified
@@ -47,6 +47,7 @@ serde = { version = "1.0.219", features = ["derive"] } spin_sleep = "1.3" tokio = { version = "1", features = ["full"] } transform-gizmo-egui = { git = "https://github.com/4tkbytes/transform-gizmo"} +ts-rs = "10.1" wgpu = "26" winit = { version = "0.30", features = [] } zip = "4.3" @@ -34,6 +34,7 @@ hecs.workspace = true once_cell.workspace = true parking_lot.workspace = true lazy_static.workspace = true +ts-rs.workspace = true [target.'cfg(not(target_os = "android"))'.dependencies] rfd.workspace = true @@ -42,6 +42,7 @@ clap = { workspace = true, optional = true } walkdir = { workspace = true, optional = true } zip = { workspace = true, optional = true } bytemuck = "1.23.2" +ts-rs.workspace = true [target.'cfg(not(target_os = "android"))'.dependencies] rfd = { workspace = true, optional = true } @@ -1,10 +0,0 @@ -[package] -name = "gleek" -edition.workspace = true -description = "A way to generate Gleam stubs for your rust code (assuming its compiled to JavaScript)" -version = "0.0.1" -license = "MIT" -repository.workspace = true -readme = "README.md"
Large diffs are not rendered by default. Showing the first 50 of 92 lines. Show full diff