mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
s/tea/gui
This commit is contained in:
parent
9871065a3a
commit
38145b363f
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ use std::ffi::CStr;
|
||||||
use std::os::raw::c_char;
|
use std::os::raw::c_char;
|
||||||
|
|
||||||
mod graphics;
|
mod graphics;
|
||||||
mod tea;
|
mod gui;
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#[link_name = "roc__renderForHost_1_exposed"]
|
#[link_name = "roc__renderForHost_1_exposed"]
|
||||||
|
@ -164,7 +164,7 @@ pub extern "C" fn rust_main() -> i32 {
|
||||||
|
|
||||||
draw_elem(render(0));
|
draw_elem(render(0));
|
||||||
|
|
||||||
// tea::render(roc_str);
|
gui::render(roc_str);
|
||||||
|
|
||||||
// Exit code
|
// Exit code
|
||||||
0
|
0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue