Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

confused at how to compile and test the demo #685

Closed
devdailytester opened this issue Dec 5, 2022 · 2 comments
Closed

confused at how to compile and test the demo #685

devdailytester opened this issue Dec 5, 2022 · 2 comments
Labels

Comments

@devdailytester
Copy link

Description

confusion in dependencies in the example and what how to test or compile each binary or all in one go its just confusing for begineer.
For example,if new dev wanted to test the demo in the example,they will most probably try copy the folder out.but they need the cargo to build the deps,so they will try copy the deps but the cargo.toml needs example folder to exist,so they copy the whole example folder

To Reproduce


Expected behavior

Screenshots

Environment

  • OS:
  • Terminal Emulator:
  • Font:
  • Crate version:
  • Backend:

Additional context

@nopeless
Copy link

nopeless commented Jan 5, 2023

I mean, it's just tui and crossterm

after the new update its just
cargo add tui crossterm

@mindoodoo
Copy link

You can run the examples by simply cloning this repository, and the running the following command :

cargo run --example <example name>

You would then have to replace <example name> with whichever example you'd like to run. You can find all the examples at the end of Cargo.toml.

@fdehau fdehau closed this as completed Aug 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants