old school music tracker

add repo url

+6 -3
+2
Cargo.lock
··· 2849 2849 [[package]] 2850 2850 name = "torque-tracker-engine" 2851 2851 version = "0.1.0" 2852 + source = "registry+https://github.com/rust-lang/crates.io-index" 2853 + checksum = "809ceef6db8d2bd9bf2a14b327efe8fd04d16827e3675a035f70d00503c2ae4f" 2852 2854 dependencies = [ 2853 2855 "dasp", 2854 2856 "rtrb",
+4 -3
Cargo.toml
··· 2 2 name = "torque-tracker" 3 3 version = "0.1.0" 4 4 edition = "2024" 5 - license = "GPL 3.0" 5 + license = "GPL-3.0" 6 6 rustc-version = "1.88" 7 7 description = "Old school music tracker, reimplementation of schism tracker" 8 8 keywords = ["audio", "GUI"] 9 - categories = ["audio"] 9 + repository = "https://tangled.sh/did:plc:54jgbo4psy24qu2bk4njtpc4/torque-tracker" 10 + categories = ["multimedia::audio"] 10 11 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 11 12 12 13 [dependencies] ··· 14 15 wgpu = { version = "26.0.0", optional = true } 15 16 ascii = "1.1.0" 16 17 winit = "0.30.11" 17 - torque-tracker-engine = { path = "../torque-tracker-engine" } 18 + torque-tracker-engine = "0.1.0" 18 19 smol = "2.0.2" 19 20 paste = "1.0.15" 20 21 cpal = "0.16.0"