File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ globe -in --texture ./path-to-texture --texture-night ./path-to-night-texture
100100To use ` globe ` within your Rust project, add it to your dependencies:
101101```
102102[dependencies]
103- globe = "0.1.2 "
103+ globe = "0.2.0 "
104104```
105105
106106First create a ` Globe ` :
Original file line number Diff line number Diff line change 11[package ]
22name = " globe-cli"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44authors = [" adamsky <adamsky@enum.space>" ]
55edition = " 2018"
66repository = " https://github.com/adamsky/globe"
@@ -14,7 +14,7 @@ name = "globe"
1414path = " src/main.rs"
1515
1616[dependencies ]
17- globe = { version = " 0.1.2 " , path = " ../globe" }
17+ globe = { version = " 0.2.0 " , path = " ../globe" }
1818crossterm = " 0.18.2"
1919clap = { version = " 3.0.0-beta.2" , default-features = false , features = [" std" ] }
2020
Original file line number Diff line number Diff line change 11[package ]
22name = " globe"
3- version = " 0.1.2 "
3+ version = " 0.2.0 "
44authors = [" adamsky <adamsky@enum.space>" ]
55edition = " 2018"
66repository = " https://github.com/adamsky/globe"
You can’t perform that action at this time.
0 commit comments