mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Link to sdl and azure
This commit is contained in:
@@ -3,6 +3,8 @@ VPATH=%VPATH%
|
||||
RUSTC?=rustc
|
||||
RUSTFLAGS?=
|
||||
|
||||
RUSTFLAGS += -L src/rust-azure -L src/rust-sdl
|
||||
|
||||
RUST_SRC=$(shell find $(VPATH)/src -type f -name '*.rs')
|
||||
|
||||
.PHONY: all
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#[license = "MPL"];
|
||||
|
||||
use std;
|
||||
use sdl;
|
||||
use azure;
|
||||
|
||||
mod dom {
|
||||
mod base;
|
||||
|
||||
Reference in New Issue
Block a user