Commit graph

180 commits

Author SHA1 Message Date
Yerkebulan Tulibergenov 7deccacdea
Remove duplicate line from README 2022-10-03 10:35:41 -07:00
Ryan McGrath afed7cf151
Merge pull request #60 from dominikwilkowski/trunk
fixed #59
2022-09-29 22:06:16 -07:00
Dominik Wilkowski 5bfec7ca67
fixed #59 2022-09-25 18:59:15 +10:00
Ryan McGrath c7394792a9
Merge pull request #57 from shuoli84/trunk
fix ios filesystem build break
2022-09-18 16:09:28 -07:00
shuo c5e097123c fix ios filesystem build break 2022-09-14 23:09:23 +08:00
Ryan McGrath f84a9dfaf6
Merge pull request #51 from ryanmcgrath/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-08-26 12:45:36 -07:00
Ryan McGrath e91e4217cb
Update README.md
Change images to be marked as supported on iOS. This table probably needs some nuance attached though... but as a "quick glance of what's possible" it's fine for now.
2022-08-22 16:28:01 -07:00
dependabot[bot] 365ce77450
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 23:25:46 +00:00
Ryan McGrath 6b69c1db94
Merge pull request #48 from simlay/simlay/add-image-support-and-simple-unit-test
Add image support for uikit feature backends
2022-08-22 16:25:06 -07:00
Ryan McGrath ca676b4ca6
Merge pull request #53 from ryanmcgrath/dependabot/cargo/infer-0.9
Update infer requirement from 0.4 to 0.9
2022-08-21 18:48:29 -07:00
Ryan McGrath 5fab7a7973
Merge pull request #52 from ryanmcgrath/dependabot/cargo/uuid-1.1
Update uuid requirement from 0.8 to 1.1
2022-08-21 18:48:06 -07:00
dependabot[bot] d0dcfab639
Update infer requirement from 0.4 to 0.9
Updates the requirements on [infer](https://github.com/bojand/infer) to permit the latest version.
- [Release notes](https://github.com/bojand/infer/releases)
- [Commits](https://github.com/bojand/infer/compare/v0.4.0...v0.9.0)

---
updated-dependencies:
- dependency-name: infer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 01:07:29 +00:00
dependabot[bot] 6eb9425279
Update uuid requirement from 0.8 to 1.1
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/0.8.0...1.1.2)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 01:07:19 +00:00
Ryan McGrath b85bdfb697
Merge pull request #50 from simlay/add-dependabot-to-ci
Add dependabot
2022-08-21 17:23:56 -07:00
Sebastian Imlay 3425f839db Remove pasteboard and draginfo from uikit features 2022-08-21 20:22:58 -04:00
Sebastian Imlay a1da078e41 Add dependabot 2022-08-21 20:05:14 -04:00
Sebastian Imlay dcb24c2552 Removed unused dinghy step 2022-08-21 19:49:56 -04:00
Sebastian Imlay 9f0d2814d1 Use baptiste0928/cargo-install to install cargo-dinghy 2022-08-21 19:36:47 -04:00
Sebastian Imlay d80b38cea4 Move networking line back under listview import 2022-08-21 19:22:29 -04:00
Sebastian Imlay 78be15b50b Added comment for why image::from_path isnt tested 2022-08-21 19:22:29 -04:00
Sebastian Imlay 46b313b585 Make networking module be unfeature flagged, added more tests 2022-08-21 19:22:29 -04:00
Sebastian Imlay ba893c3400 Fix ios example in ci 2022-08-21 19:22:29 -04:00
Sebastian Imlay cf2cf5cc88 fix xcrun simctl create 2022-08-21 19:22:29 -04:00
Sebastian Imlay 4483b815f6 fix ci 2022-08-21 19:22:29 -04:00
Sebastian Imlay caff6a175d fix cargo fmt 2022-08-21 19:22:29 -04:00
Sebastian Imlay bab9e7d847 Added image to uikit support and integration test 2022-08-21 19:22:27 -04:00
Ryan McGrath 968843e79b See if forcing target does what I expect 2022-08-21 19:21:26 -04:00
Ryan McGrath 9decae65eb Take a crack at updating the GitHub CI to compile the iOS example as well. I may break this one. 2022-08-21 19:21:26 -04:00
Ryan McGrath c58de62f1d Nightly fmt pass 2022-08-21 19:21:26 -04:00
Ryan McGrath cf11a935de Formatting hell 2022-08-21 19:21:26 -04:00
Ryan McGrath 66e1f91a6c Update README instructions for iOS beta to use correct name 2022-08-21 19:21:26 -04:00
Ryan McGrath 8b43d43caf Block off AppKit animator proxy to fix iOS compiling 2022-08-21 19:21:26 -04:00
Ryan McGrath e8f954080b
Merge pull request #49 from ryanmcgrath/fix/ios-sfsymbol-gating
Unblock SFSymbols on iOS
2022-08-21 16:20:55 -07:00
Ryan McGrath 71c107e070
Formatting fix 2022-08-21 16:04:20 -07:00
Ryan McGrath a94e9e6dd2 Potential fix for Issue #36 - SFSymbols doesn't need to be blocked off (panic) in iOS 2022-08-21 15:56:04 -07:00
Ryan McGrath 120cd86445
Bump version to publish docs changes, touch up README formatting 2022-08-16 16:40:19 -07:00
Ryan McGrath ce0a8e5a48
Merge pull request #45 from simlay/fix-cargo-test
Simplify CI, fix cargo test, and fix docstrings
2022-08-16 13:58:39 -07:00
Sebastian Imlay e38d56ee42 fix fmt 2022-08-16 09:34:48 -04:00
Sebastian Imlay a8e96836a2 Add extra line in cargo 2022-08-14 16:50:40 -04:00
Sebastian Imlay 466d64542e Removed feature cfg from examples 2022-08-14 16:49:49 -04:00
Sebastian Imlay d0d99df147 Updates from comments 2022-08-14 16:40:38 -04:00
Sebastian Imlay b0b93468d8 Fixed indents on feature flagged compiling of examples 2022-08-14 16:06:53 -04:00
Sebastian Imlay 7c917ee0ea Removed some compile_fail parts 2022-08-14 15:59:05 -04:00
Sebastian Imlay db8af85fed Simplify CI steps 2022-08-14 15:48:50 -04:00
Sebastian Imlay 8bffc30ac1 fix cargo test 2022-08-14 15:44:53 -04:00
Ryan McGrath b20eff1a2e
Bump to 0.3.1 2022-08-12 20:58:58 -07:00
Ryan McGrath fb9d456a5d
Merge pull request #44 from madsmtm/fix-dependency-cycle 2022-08-11 06:43:43 -07:00
Mads Marquart 0cf19cae35 Fix core-foundation dependency cycle 2022-08-11 15:34:54 +02:00
Ryan McGrath eb2f5cc9a2
Re-enable autolayout example 2022-07-31 21:06:49 -07:00
Ryan McGrath 538e9a8f4c
Merge pull request #39 from dagit/ci-build-examples
build trunk and examples
2022-07-31 20:19:05 -07:00