diff options
author | HampusM <hampus@hampusmat.com> | 2023-10-06 20:55:07 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-10-06 20:55:07 +0200 |
commit | f255db0f9252f4041b120dcaa00470889c4cb9f4 (patch) | |
tree | 94a56d2acc3cacdaebdae1dd9b37d533b9e7368f /Cargo.toml | |
parent | e40fd63dd35430f234d65806ca7e0d6bea364bfc (diff) |
feat: add GLFW wrapper library
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,4 +3,7 @@ name = "game-newest" version = "0.1.0" edition = "2021" +[workspace] +members = ["glfw"] + [dependencies] |