diff options
author | Graham Northup <grissess@nexusg.org> | 2018-07-01 21:37:41 -0400 |
---|---|---|
committer | Graham Northup <grissess@nexusg.org> | 2018-07-01 21:37:41 -0400 |
commit | a2d24ef36dd6c4197b1306a84eec4fb290d0d5ce (patch) | |
tree | 59c63edb720b95d50ed14fb13b861acc06632a99 /Cargo.toml | |
parent | 22cb7d7cbcacbfe3a7d3a2d454e6b8cf49ae989c (diff) |
Partial commit toward IV/seq implementation!
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ byteorder = "1.1.0" rand = "0.3" unicode-xid = "0.1.0" portaudio = "0.7.0" +xml-rs = "0.8.0" [dependencies.glium] #version = "0.17.1" |