removed editor, ast, markup crate

This commit is contained in:
Anton-4 2023-09-11 16:40:52 +02:00
parent a616b61503
commit 99cfd1fe92
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
149 changed files with 97 additions and 29987 deletions

View file

@ -56,7 +56,9 @@ fn run_event_loop(title: &str, root: RocElem) -> Result<(), Box<dyn Error>> {
})
.await
.expect(r#"Request adapter
If you're running this from inside nix, follow the instructions here to resolve this: https://github.com/roc-lang/roc/blob/main/BUILDING_FROM_SOURCE.md#editor
If you're running this from inside nix, run with:
`nixVulkanIntel <your previous command that generated this error>`.
See extra docs here: github.com/guibou/nixGL
"#);
adapter