mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Move the main function to servo.rs
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,2 @@
|
||||
*~
|
||||
Makefile
|
||||
servo
|
||||
servo-test
|
||||
4
src/servo/servo.rs
Normal file
4
src/servo/servo.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
fn main() {
|
||||
}
|
||||
@@ -1,4 +1 @@
|
||||
fn main() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user