diff options
author | Joris | 2022-02-06 19:30:53 +0100 |
---|---|---|
committer | Joris | 2022-02-06 19:30:53 +0100 |
commit | 20cfe717065fa53953e9799036a9972880fec801 (patch) | |
tree | 7fc2a7b4a43eb6d280d52c468927592c12798cb0 /src/model | |
parent | dc0f32017cceabb6c683b6e1b4a2ae0248c37dbf (diff) |
Replace a card whenever the front or the back changed
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/entry.rs (renamed from src/model/deck.rs) | 0 | ||||
-rw-r--r-- | src/model/mod.rs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/model/deck.rs b/src/model/entry.rs index 769b38c..769b38c 100644 --- a/src/model/deck.rs +++ b/src/model/entry.rs diff --git a/src/model/mod.rs b/src/model/mod.rs index bbd7891..185f401 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -1,3 +1,3 @@ pub mod card; -pub mod deck; pub mod difficulty; +pub mod entry; |