dioxus/packages/web
Brian Donovan 50230b6f71
build(web): fix default-features warning (#1296)
`cargo build` would print this warning:

```
warning: dioxus/packages/web/Cargo.toml: `default-features` is ignored for dioxus-html, since `default-features` was not specified for `workspace.dependencies.dioxus-html`, this could become a hard error in the future
```

Since it's being ignored anyway and that doesn't seem to be causing problems, I figured I'd remove it and get rid of the warning.
2023-08-04 12:51:17 -05:00
..
.vscode fix: setnode method for rehydration code 2022-03-17 10:51:23 -04:00
examples Add timeout count example 2023-04-09 22:54:18 +08:00
src create features for large web-sys events/types 2023-07-28 15:38:07 -07:00
tests fix clippy 2023-01-27 20:35:46 -06:00
.gitignore merge master 2022-12-20 20:48:28 -06:00
BUGS.md polish: examples 2021-09-24 00:05:56 -04:00
Cargo.toml build(web): fix default-features warning (#1296) 2023-08-04 12:51:17 -05:00
CHANGELOG.md feat: add changelogs 2022-01-29 10:17:14 -05:00
README.md add version to docs links in readmes 2023-02-18 18:38:30 -06:00

Dioxus-web

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

Run Dioxus in the browser using WebAssembly.

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.