Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
orbclient
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
orbclient
Commits
4c3941e1
Commit
4c3941e1
authored
Nov 23, 2016
by
Jeremy Soller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add file_path feature
parent
1ccfd06c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Cargo.toml
Cargo.toml
+1
-1
src/lib.rs
src/lib.rs
+1
-0
No files found.
Cargo.toml
View file @
4c3941e1
...
...
@@ -2,7 +2,7 @@
name
=
"orbclient"
description
=
"The Orbital Client Library"
repository
=
"https://github.com/redox-os/orbclient"
version
=
"0.1.2
0
"
version
=
"0.1.2
1
"
license-file
=
"LICENSE"
readme
=
"README.md"
keywords
=
[
"orbital"
,
"redox"
,
"ui"
]
...
...
src/lib.rs
View file @
4c3941e1
#![crate_name=
"orbclient"
]
#![crate_type=
"lib"
]
#![cfg_attr(target_os
=
"redox"
,
feature(asm))]
#![cfg_attr(target_os
=
"redox"
,
feature(file_path))]
#![feature(const_fn)]
#![deny(warnings)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment