Closed JimitSoni18 closed 1 month ago
Are you sure you are using the latest main? I've just checked out latest main and don't have those issues.
@jrmoulton yes, here is the dependencies section of my cargo.toml:
[dependencies]
floem = { git = "https://github.com/lapce/floem", branch = "main" }
should I add anything else other than branch?
Also, looking at the code in the main branch, I don't find the functions open_file and save_file in the module actions src/actions.rs
sorry, i forgot to add features, closing the issue
I tried the files example from the examples directory after adding floem dependency from the git repository, as i was getting #574 error with cargo add, and the code did not compile. it gave me this errors: