no functional changes with this release, but technically breaking as it has an explicit "license" associated with the project.
This commit is contained in:
Matthew Ryan Dillon 2025-04-05 06:41:50 -04:00
parent ad2794505a
commit ebee9a5eaf
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1666,7 +1666,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
[[package]] [[package]]
name = "dsort" name = "dsort"
version = "0.2.1" version = "1.0.0"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_egui", "bevy_egui",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "dsort" name = "dsort"
version = "0.2.1" version = "1.0.0"
edition = "2021" edition = "2021"
license = "unlicense" license = "unlicense"