This website requires JavaScript.
Explore
Help
Sign In
arnekeller
/
cursive
Watch
1
Star
0
Fork
0
You've already forked cursive
mirror of
https://github.com/FliegendeWurst/cursive.git
synced
2024-11-10 03:10:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
506c41c0f8
cursive
/
src
/
main.rs
11 lines
111 B
Rust
Raw
Normal View
History
Unescape
Escape
First commit
2015-05-09 19:18:25 +00:00
extern
crate
cursive
;
Add stack, box and text views Also add some documentation
2015-05-15 00:41:17 +00:00
use
cursive
::
Cursive
;
First commit
2015-05-09 19:18:25 +00:00
fn
main
(
)
{
let
mut
siv
=
Cursive
::
new
(
)
;
siv
.
run
(
)
;
}
Reference in New Issue
Copy Permalink