mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Link to sdl and azure
This commit is contained in:
parent
b6896c6e42
commit
8a1f815bc2
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue