thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
163 stars 9 forks source link

Slightly more portable use of project directories for sqlite file path #74

Closed varoonp123 closed 1 year ago

varoonp123 commented 1 year ago

by using the directories crate vs the lower leveled dirs crate.

from the docs

It's mid-level sister library, directories, is available for Rust (directories-rs) and on the JVM (directories-jvm).