kiss3d
kiss3d copied to clipboard
Reproducible builds
Hi! This issue is about getting Kiss to compile without worrying about Cargo dependencies. I have two suggestions:
- Use
"rev"
in the dependency sections ofCargo.toml
to pull in the specific versions of dependencies that work with the current revision of Kiss. - Tag stable revisions of Kiss with git tags. Use semantic versioning like
v1.1.5
.
Keep up the great work! :+1:
Update: Since Rust itself is changing, I see the value in using latest dependencies automatically. Maybe this issue will make more sense once the API is stable.
Update: Since Rust itself is changing, I see the value in using latest dependencies automatically.
Yes, I prefer to wait for Rust to reach 1.0 before doing all that. Especially because a change in the Rust API may imply significant changes in the Kiss3d
API (enforcing a major version increment).
This issue appears obsolete, recommend closing