this post was submitted on 01 Sep 2025
111 points (97.4% liked)

Open Source

40491 readers
298 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Source code and details: https://git.disroot.org/Phoenix

you are viewing a single comment's thread
view the rest of the comments
[–] ISO@lemmy.zip 2 points 6 days ago

Only looked at the Cargo.toml files.

  • (pet peeve) Considering there is (presumably) no compatibility concerns, why not use an efficient binary format instead of JSON?
  • Not checking in Cargo.lock files, and using = dependency versions for Phoenix_Desktop, is a bit odd!