зеркало из https://github.com/mozilla/gecko-dev.git
servo: Link to sdl and azure
Source-Repo: https://github.com/servo/servo Source-Revision: 8a1f815bc220d1142fcb7163c07fec1db5eb368e
This commit is contained in:
Родитель
86fb96a1ba
Коммит
d47b650ef1
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче