Skip to content

【igl nanovg part-4】android : add nanovg resouces(image, font) to android project.#219

Closed
vinsentli wants to merge 1 commit into
facebook:mainfrom
vinsentli:igl_nanovg_part2_android_add_nanovg_resources_to_project
Closed

【igl nanovg part-4】android : add nanovg resouces(image, font) to android project.#219
vinsentli wants to merge 1 commit into
facebook:mainfrom
vinsentli:igl_nanovg_part2_android_add_nanovg_resources_to_project

Conversation

@vinsentli

Copy link
Copy Markdown
Contributor

No description provided.

@corporateshark corporateshark left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step can only be done after the third-party library has been downloaded. Please submit a separate PR to update the bootstrap-deps.json file.

@vinsentli

Copy link
Copy Markdown
Contributor Author

This step can only be done after the third-party library has been downloaded. Please submit a separate PR to update the bootstrap-deps.json file.

done


sourceSets {
main.assets.srcDirs += '../../../shell/resources/images'
main.assets.srcDirs += ['../../../shell/resources/images', '../../../third-party/deps/src/nanovg/example/images', '../../../third-party/deps/src/nanovg/example' ]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to make this configurable on the per-app basis?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get it.
Does per app mean which apps?

@vinsentli vinsentli changed the title 【igl nanovg part-2】android : add nanovg resouces(image, font) to android project. Dec 18, 2024
@vinsentli vinsentli closed this Dec 22, 2024
@vinsentli vinsentli deleted the igl_nanovg_part2_android_add_nanovg_resources_to_project branch June 15, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants