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
9761e933
Commit
9761e933
authored
Mar 02, 2021
by
Florian Blasius
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web: finish
parent
7dc6ebb5
Pipeline
#9146
passed with stage
in 1 minute and 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
Cargo.toml
Cargo.toml
+1
-1
README.md
README.md
+12
-0
No files found.
CHANGELOG.md
View file @
9761e933
...
...
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## 0.3.31
*
Web support
## 0.3.28
*
Add sdl2 bundled and static feature
...
...
Cargo.toml
View file @
9761e933
[package]
name
=
"orbclient"
version
=
"0.3.3
0
"
version
=
"0.3.3
1
"
authors
=
[
"Jeremy Soller <jackpot51@gmail.com>"
]
description
=
"The Orbital Client Library"
documentation
=
"https://docs.rs/orbclient"
...
...
README.md
View file @
9761e933
...
...
@@ -6,6 +6,18 @@ The Orbital Client Library. Compatible with Redox and SDL2.
[

](https://crates.io/crates/orbclient)
[

](https://docs.rs/orbclient)
## Platform notes
### Web
*
Rust standard toolchain
`rustup`
,
`rustc`
,
`cargo`
(
[
install
](
https://www.rust-lang.org/tools/install
)
)
*
Rust web assembly toolchain
`wasm-pack`
(
[
install
](
https://rustwasm.github.io/wasm-pack/installer/
)
)
*
JavaScript package manager npm (
[
install
](
https://www.npmjs.com/get-npm
)
)
*
Run simple example
*
Navigate to
`examples/simple`
director
*
Run
`npm install`
*
Run
`npm run serve`
### Troubleshooting
*
Make sure that you work with the current
```nightly```
version of Rust
...
...
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