mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
editor wgpu12+path fix
This commit is contained in:
parent
b2c094ca07
commit
de0ac56329
3 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@ use crate::lang::core::{expr::expr2::ExprId, header::AppHeader};
|
|||
pub fn parse_from_string(_header_str: &str, ast_node_id: ExprId) -> AppHeader {
|
||||
AppHeader {
|
||||
app_name: "\"untitled-app\"".to_owned(),
|
||||
packages_base: "\"c-platform/main.roc\"".to_owned(),
|
||||
packages_base: "\"platform/main.roc\"".to_owned(),
|
||||
imports: vec![],
|
||||
provides: vec!["main".to_owned()],
|
||||
ast_node_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue