johanhelsing / bevy_pkv

Cross-platform (including wasm) persistent key value store plugin for rust games/apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platform specific paths for sled db

johanhelsing opened this issue · comments

Currently the sled db is created in the current working directory. It should probably be put in some meaningful folder depending on the platform.

Like $HOME/AppData/LocalLow/Developer/Game on windows and ~/.local/share/developer/game on linux.