diff options
author | HampusM <hampus@hampusmat.com> | 2023-10-06 23:09:57 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-10-06 23:09:57 +0200 |
commit | d1be0566969974bd70f2d77915b6936095c894c6 (patch) | |
tree | 255745999c57c6a12042cd535fa272bc2994ee86 /Cargo.toml | |
parent | 5c0374e61be0ba39c89af8d3e801437255253ffb (diff) |
feat: add engine library base
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [workspace] -members = ["glfw"] +members = ["glfw", "engine"] [dependencies] |