mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Remove list of examples in Cargo.toml
This commit is contained in:
parent
34f235daf0
commit
4efd84f311
40
Cargo.toml
40
Cargo.toml
@ -14,45 +14,5 @@ ncurses = "5.80.0"
|
||||
toml = "0.1"
|
||||
unicode-segmentation = "0.1.2"
|
||||
|
||||
[[example]]
|
||||
name = "hello_world"
|
||||
path = "examples/hello_world.rs"
|
||||
|
||||
[[example]]
|
||||
name = "lorem"
|
||||
path = "examples/lorem.rs"
|
||||
|
||||
[[example]]
|
||||
name = "dialog"
|
||||
path = "examples/dialog.rs"
|
||||
|
||||
[[example]]
|
||||
name = "logs"
|
||||
path = "examples/logs.rs"
|
||||
|
||||
[[example]]
|
||||
name = "mutation"
|
||||
path = "examples/mutation.rs"
|
||||
|
||||
[[example]]
|
||||
name = "edit"
|
||||
path = "examples/edit.rs"
|
||||
|
||||
[[example]]
|
||||
name = "key_codes"
|
||||
path = "examples/key_codes.rs"
|
||||
|
||||
[[example]]
|
||||
name = "select"
|
||||
path = "examples/select.rs"
|
||||
|
||||
[[example]]
|
||||
name = "theme"
|
||||
path = "examples/theme.rs"
|
||||
|
||||
[[example]]
|
||||
name = "linear"
|
||||
path = "examples/linear.rs"
|
||||
|
||||
[lib]
|
||||
name = "cursive"
|
||||
|
Loading…
Reference in New Issue
Block a user