-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from DestructHub/dev
Change Tui to Xmi (xi-micro) and ref about Tui
- Loading branch information
Showing
7 changed files
with
59 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,6 @@ nbproject | |
|
||
# These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
||
# ignore this shit | ||
Cargo.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
[package] | ||
authors = ["Corentin Henry <[email protected]>"] | ||
name = "xi-tui" | ||
authors = ["Corentin Henry <[email protected]>", | ||
"Manoel Vilela <[email protected]>", | ||
"Leonardo Neumann <[email protected]>"] | ||
name = "xmi" | ||
version = "0.1.0" | ||
|
||
[dependencies] | ||
|
@@ -12,9 +14,5 @@ log4rs = "0.7.0" | |
termion = "1.5.1" | ||
tokio-core = "0.1.10" | ||
|
||
[dependencies.clippy] | ||
optional = true | ||
version = "0.0.165" | ||
|
||
[dependencies.xrl] | ||
git = "https://github.com/little-dude/xrl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters