1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

actually take path for FileStorage::from_path

This commit is contained in:
Tom Solberg
2020-12-10 18:35:48 +01:00
parent 8c82eb1970
commit 601e4f3e09
5 changed files with 15 additions and 6 deletions

View File

@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Changed
* FileStorage::from_path now takes `Into<Path>` instead of `String`
## 0.4.0 - 2020-11-28
Started changelog. Features: