editor wgpu12+path fix

This commit is contained in:
Anton-4 2022-07-03 17:09:26 +02:00
parent b2c094ca07
commit de0ac56329
No known key found for this signature in database
GPG key ID: C954D6E0F9C0ABFD
3 changed files with 3 additions and 4 deletions

View file

@ -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,